home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / version.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  379b  |  19 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    5.29.90    Harry Morris, morris@think.com
  6.  *
  7.  * $Log:    version.h,v $
  8.  * Revision 1.8  92/02/29  23:01:13  jonathan
  9.  * next release...
  10.  * 
  11.  */
  12.  
  13. #ifndef VERSION_H
  14. #define VERSION_H
  15.  
  16. #define VERSION "WAIS release 8 b5"
  17.  
  18. #endif /* ndef VERSION_H */
  19.